home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ASME's Mechanical Engine…ing Toolkit 1997 December
/
ASME's Mechanical Engineering Toolkit 1997 December.iso
/
auto_cad
/
dleaders.exe
/
DLEADERS.DCL
next >
Wrap
Text File
|
1994-12-28
|
4KB
|
124 lines
//DLEADERS.DCL
//VERSION 1.2
DLEADERS : dialog {
label = " Interactive Leaders ";
: row {
: column {
: boxed_radio_column {
key = "arrow";
label = "Arrow:";
: radio_button {
label = "None";
mnemonic = "N";
key = "ar_none";
}
: radio_button {
label = "Tic";
mnemonic = "T";
key = "ar_tic";
}
: radio_button {
label = "Architect 1";
mnemonic = "A";
key = "ar_arc1";
}
: radio_button {
label = "Architect 2";
mnemonic = "R";
key = "ar_arc2";
}
: radio_button {
label = "Mechanical";
mnemonic = "M";
key = "ar_mech";
}
: radio_button {
label = "dot";
mnemonic = "D";
key = "ar_dot";
}
}
// : popup_list {
// list = "0.20\n0.25\n0.33\n0.40\n0.50\n0.57\n0.67\n0.80\n1.00\n1.25\n1.50\n1.75\n2.00\n2.50\n3.00\n4.00\n5.00\n";
// value = "1.00";
// label = "Size";
// key = "ar_size";
// fixed_width = true;
// width = 3;
// }
}
: column {
: boxed_radio_column {
key = "text_box";
label = "Text Box:";
: radio_button {
label = "None";
mnemonic = "O";
key = "tx_none";
}
: radio_button {
label = "Circle";
mnemonic = "C";
key = "tx_circ";
}
: radio_button {
label = "Square";
mnemonic = "S";
key = "tx_sqar";
}
: radio_button {
label = "Diamond";
mnemonic = "I";
key = "tx_dmnd";
}
: radio_button {
label = "Hexagon";
mnemonic = "H";
key = "tx_hex";
}
: radio_button {
label = "Ellipse";
mnemonic = "E";
key = "tx_elps";
}
}
// : popup_list {
// list = "0.20\n0.25\n0.33\n0.40\n0.50\n0.57\n0.67\n0.80\n1.00\n1.25\n1.50\n1.75\n2.00\n2.50\n3.00\n4.00\n5.00\n";
// value = "1.00";
// label = "Size";
// key = "tx_size";
// fixed_width = true;
// width = 3;
// }
}
: column {
: image {
label = "Example:";
key = "image";
height = 12;
aspect_ratio = 0;
color = graphics_background;
}
: boxed_radio_column {
label = "Direction:";
key = "direction";
: radio_button {
label = "From Feature to Text";
key = "from_feat";
}
: radio_button {
label = "From Text to Feature";
key = "from_txt";
}
}
}
}
ok_cancel;
}